home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.1 (Developer) [x86] / NeXT Step 3.1 Intel dev.cdr.dmg / NextDeveloper / Apps / ProjectBuilder.app / English.lproj / ProjectEditor.nib / data.classes next >
Encoding:
Text File  |  1993-03-30  |  487 b   |  35 lines

  1. ProjectEditor = {
  2.     ACTIONS = {
  3.     installBuildView:;
  4.     runApplication:;
  5.     newSubproject:;
  6.     debugApplication:;
  7.     installFileView:;
  8.     installAttributesView:;
  9.     };
  10.     OUTLETS = {
  11.     modeMatrix;
  12.     window;
  13.     debugIcon;
  14.     targetPopUp;
  15.     runMatrix;
  16.     targetText;
  17.     container;
  18.     infoField;
  19.     appIcon;
  20.     };
  21.     SUPERCLASS = Object;
  22. };
  23. VariableTextField = {
  24.     ACTIONS = {
  25.     };
  26.     OUTLETS = {
  27.     };
  28.     SUPERCLASS = TextField;
  29. };
  30. FirstResponder = {
  31.     ACTIONS = {
  32.     };
  33.     SUPERCLASS = Object;
  34. };
  35.